Conversation
- Merge triage + tier 1 into single scan pass, silent skip for irrelevant vectors - Add parallel verification read step in Turn 4 before FP gate - Remove model choice from agent spawning - Remove Below Confidence Threshold separator from report template - Remove redundant bundle exclusion instruction - Expand attack vectors and adversarial agent instructions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Move FP gate reasoning and report formatting from orchestrator to a dedicated validation agent, reducing orchestrator Turn 4 to mechanical pre-filter, dedup, and passthrough. Scan agents now output structured entry/guards fields per finding for faster downstream validation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…can output - Split agents/ into hacking-agents/ and operations-agents/ - Add dedicated fp-gate-agent.md for validation read discipline - Enforce compact skip/drop classification format in vector-scan-agent - Redefine LEADs as concrete code smell trails (not just incomplete paths) - Add code_smells field to LEAD output and report template - Strip redundant headers from attack-vectors files - Revert bundle reorder (instructions-last works better) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… verification - Remove "deep" mode — adversarial reasoning agent (Agent 5) now runs on every scan - Add mandatory verification step requiring exact function signature quoting before promoting findings - Update README to reflect simplified usage (no more /solidity-auditor deep) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
vector-scanagentsadeversarial-reasoningagent instructions